From 70910241817bf0e3fdb021b77d2ec6f41ea73e02 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Thu, 1 Jan 2009 02:02:03 +0000 Subject: [PATCH] s/existant/existent/ --- includes/EditPage.php | 2 +- includes/api/ApiLogin.php | 2 +- includes/api/ApiPageSet.php | 2 +- maintenance/parserTests.txt | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/includes/EditPage.php b/includes/EditPage.php index ea34242476..0193dc38c8 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -1781,7 +1781,7 @@ END /** * Creates a basic error page which informs the user that - * they have attempted to edit a nonexistant section. + * they have attempted to edit a nonexistent section. */ function noSuchSectionPage() { global $wgOut, $wgTitle; diff --git a/includes/api/ApiLogin.php b/includes/api/ApiLogin.php index 1e6552baa1..24a1314c5f 100644 --- a/includes/api/ApiLogin.php +++ b/includes/api/ApiLogin.php @@ -44,7 +44,7 @@ class ApiLogin extends ApiBase { * Executes the log-in attempt using the parameters passed. If * the log-in succeeeds, it attaches a cookie to the session * and outputs the user id, username, and session token. If a - * log-in fails, as the result of a bad password, a nonexistant + * log-in fails, as the result of a bad password, a nonexistent * user, or any other reason, the host is cached with an expiry * and no log-in attempts will be accepted until that expiry * is reached. The expiry is $this->mLoginThrottle. diff --git a/includes/api/ApiPageSet.php b/includes/api/ApiPageSet.php index 8fedca1040..b6b43cb90f 100644 --- a/includes/api/ApiPageSet.php +++ b/includes/api/ApiPageSet.php @@ -426,7 +426,7 @@ class ApiPageSet extends ApiQueryBase { if(isset($remaining)) { // Any items left in the $remaining list are added as missing if($processTitles) { - // The remaining titles in $remaining are non-existant pages + // The remaining titles in $remaining are non-existent pages foreach ($remaining as $ns => $dbkeys) { foreach ( $dbkeys as $dbkey => $unused ) { $title = Title :: makeTitle($ns, $dbkey); diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index 44fe01f2d1..c84e0e35cf 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -2207,7 +2207,7 @@ PMID 1234 #### !! test -Nonexistant template +Nonexistent template !! input {{thistemplatedoesnotexist}} !! result @@ -2749,7 +2749,7 @@ PST !! end !! test -pre-save transform: nonexistant template +pre-save transform: nonexistent template !! options PST !! input -- 2.20.1